var math.pow10postab32 2 uses math (current package) pow10.go#L16: var pow10postab32 = [...]float64{ pow10.go#L32: return pow10postab32[uint(n)/32] * pow10tab[uint(n)%32]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)